home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi2 / delphite.exe / data.z / CUSTORDS.DFM / CUSTORDS.txt
Encoding:
Text File  |  1996-08-12  |  880 b   |  43 lines

  1. object fmCustOrd: TfmCustOrd
  2.   Left = 270
  3.   Top = 214
  4.   Width = 320
  5.   Height = 230
  6.   Caption = 'Data Navigation'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Position = poScreenCenter
  13.   Visible = True
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object DBEdit1: TDBEdit
  19.     Left = 10
  20.     Top = 7
  21.     Width = 248
  22.     Height = 21
  23.     DataField = 'Company'
  24.     DataSource = DM1.CustomerSource
  25.     MaxLength = 30
  26.     TabOrder = 0
  27.     OnEnter = DBEdit1Enter
  28.   end
  29.   object DBGrid1: TDBGrid
  30.     Left = 9
  31.     Top = 36
  32.     Width = 292
  33.     Height = 159
  34.     DataSource = DM1.OrdersSource
  35.     TabOrder = 1
  36.     TitleFont.Color = clWindowText
  37.     TitleFont.Height = -11
  38.     TitleFont.Name = 'MS Sans Serif'
  39.     TitleFont.Style = []
  40.     OnEnter = DBGrid1Enter
  41.   end
  42. end
  43.